Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.elasticsearch.work.config

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.elasticsearch.work.config" version="1.0">

  <extension point="queues" target="org.nuxeo.ecm.core.work.service">
    <queue id="elasticSearchIndexing">
      <name>ElasticSearch Indexing</name>
      <maxThreads>${elasticsearch.indexing.maxThreads:=4}</maxThreads>
      <!-- <usePriority>true</usePriority> -->
      <category>elasticSearchIndexing</category>
      <clearCompletedAfterSeconds>${elasticsearch.indexing.clearCompletedAfterSeconds:=90}</clearCompletedAfterSeconds>
    </queue>
  </extension>

</component>